Massive update...
authorMark Crichton <crichton@src.gnome.org>
Thu, 8 Jul 1999 16:04:16 +0000 (16:04 +0000)
committerMark Crichton <crichton@src.gnome.org>
Thu, 8 Jul 1999 16:04:16 +0000 (16:04 +0000)
commit68f895bd68e08c538db73dccec428d09aa96988e
tree484afca1294242b5cd3589c593fc1452052c952a
parentb10feaf1e94520df44e2d1f4eea6bbefe6364c29
Massive update...

Massive update...

gdk-pixbuf-io.c: Fixed to compile and run in a very crippled state.

io-bpm.c: Rough start on a WIN/OS2 BMP loader

testpixbuf.c: Really crude test program for gdk-pixbuf

io-gif.c: Fixed some boneheaded uninitalized variables causing the
loader to choke
demos/testpixbuf.c [new file with mode: 0644]
gdk-pixbuf/.cvsignore
gdk-pixbuf/Makefile.am
gdk-pixbuf/gdk-pixbuf-io.c
gdk-pixbuf/gdk-pixbuf-io.h [new file with mode: 0644]
gdk-pixbuf/gdk-pixbuf.c
gdk-pixbuf/io-bmp.c [new file with mode: 0644]
gdk-pixbuf/io-gif.c
gdk-pixbuf/io-xpm.c